home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / bluetooth / main.conf < prev    next >
INI File  |  2008-10-26  |  912b  |  31 lines

  1. [General]
  2.  
  3. # List of plugins that should not be loaded on bluetoothd startup
  4. #DisablePlugins = network,input
  5.  
  6. # Default adaper name
  7. # %h - substituted for hostname
  8. # %d - substituted for adapter id
  9. Name = %h-%d
  10.  
  11. # Default device class. Only the major and minor device class bits are
  12. # considered
  13. Class = 0x000100
  14.  
  15. # How long to stay in discoverable mode before going back to non-discoverable
  16. # The value is in seconds. Default is 180, i.e. 3 minutes.
  17. # 0 = disable timer, i.e. stay discoverable forever
  18. DiscoverableTimeout = 0
  19.  
  20. # Use some other page timeout than the controller default one
  21. # (16384 = 10 seconds)
  22. PageTimeout = 8192
  23.  
  24. # Behaviour for Adapter.SetProperty("mode", "off")
  25. # Possible values: "DevDown", "NoScan" (default)
  26. OffMode = NoScan
  27.  
  28. # Discover scheduler interval used in Adapter.DiscoverDevices
  29. # The value is in seconds. Defaults is 0 to use controller scheduler
  30. DiscoverSchedulerInterval = 0
  31.